home *** CD-ROM | disk | FTP | other *** search
- Path: fc.hp.com!news
- From: koren@hpsrk.fc.hp.com (Steve Koren)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: opening muimaster.library from another lib
- Date: 02 Jan 1996 15:02:18 -0700
- Organization: HP Fort Collins Site
- Sender: koren@hpsrk.fc.hp.com
- Message-ID: <oj6sphy5k7p.fsf@hpsrk.fc.hp.com>
- References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com>
- <30e835db@lls.se><621.6574T1181T1758@xs4all.nl>
- <oj6iviulf65.fsf@hpsrk.fc.hp.com> <653.6575T1179T2029@xs4all.nl>
- NNTP-Posting-Host: hpsrk.fc.hp.com
- In-reply-to: muaddib@xs4all.nl's message of 2 Jan 1996 18:25:02 GMT
- X-Newsreader: Gnus v5.0.9
-
-
- muaddib@xs4all.nl (thomas) wrote:
-
- > Yes, but still it's strange to do it multiple times when once is enough.
-
- What do you mean by multiple times? SAS/C's __UserLibInit is called
- only once per library, not once per opener. If the library goes away
- and is then reopened, sure, it'll be executed again.
-
- Anyway, this library in typical use is going to be doing literally
- billions (not millions) of floating point operations, so I'm not overly
- concerned with the overhead of half a dozen OpenLibrary calls when the
- lib is opened :-)
-
- - steve
-